home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Whale.Dir / 00049_Script_49 < prev    next >
Text File  |  1997-08-06  |  315b  |  13 lines

  1. on mousedown
  2.   puppetsound (1) "tick"
  3.   sound stop 2
  4.   sound stop 3
  5.   repeat while the mousedown
  6.     set the visible of sprite 4 to false
  7.     updatestage
  8.   end repeat
  9.   set the visible of sprite 4 to true
  10.   updatestage
  11.   if the frame < 71 then go frame "tut"
  12.   if the frame > 73 then go the frame +1
  13. end